<?xml version="1.0" encoding="utf-8"?>
<TfrxReport Version="4.12.1" DotMatrixReport="False" EngineOptions.DoublePass="True" IniFile="\Software\Fast Reports" PreviewOptions.Buttons="2041" PreviewOptions.OutlineWidth="180" PreviewOptions.Zoom="1" PrintOptions.Printer="Default" PrintOptions.PrintOnSheet="0" ReportOptions.Author="EXATA Sistemas" ReportOptions.CreateDate="37871,9957952199" ReportOptions.Description.Text="Este relatório e parte integrante do SEAC - Sistema EXATA de Automação Comercial" ReportOptions.Name="Fornecedor: BIANCOGRES CERAMICA S/A" ReportOptions.LastChange="40938,7551600463" ScriptLanguage="PascalScript" ScriptText.Text="var cOrder:String = 'pd_nome';&#13;&#10;var lQtdZero:Boolean = true;                                      &#13;&#10;&#13;&#10;procedure Memo11OnAfterData(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;         If trim(&#60;Logo&#62;) = '' Then Begin&#13;&#10;               Nome_Fantasia.Left := 0;&#13;&#10;               Titulo1.Left := 0;                                                                          &#13;&#10;               Titulo2.Left := 0;&#13;&#10;               Titulo3.Left := 0;&#13;&#10;               Titulo4.Left := 0;&#13;&#10;               Memo1.Left := 0;&#13;&#10;               Memo3.Left := 0;                                           &#13;&#10;               End;    &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Button1OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;       GroupHeader1.Visible := true;                                        &#13;&#10;       GroupFooter1.Visible := true;                                                   &#13;&#10;  &#13;&#10;       If RB1.Checked Then Begin&#13;&#10;               GroupHeader1.Visible := false;                                        &#13;&#10;               GroupFooter1.Visible := false;                                        &#13;&#10;               End;                         &#13;&#10;       &#13;&#10;       If RB2.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Grupo&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Grupo&#34;]';&#13;&#10;               cOrder := 'grupo ';                                                                     &#13;&#10;               End;  &#13;&#10;         &#13;&#10;       If RB3.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_SubGrupo&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_SubGrupo&#34;]';&#13;&#10;               cOrder := 'subgrupo ';                                                                     &#13;&#10;               End;  &#13;&#10;  &#13;&#10;       If RB4.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Controle&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Controle&#34;]';&#13;&#10;               cOrder := 'controle ';                                                                     &#13;&#10;               End;  &#13;&#10;  &#13;&#10;       If RB5.Checked Then Begin                                           &#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Fornecedor&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Fornecedor&#34;]';&#13;&#10;               cOrder := 'fornecedor ';                                                                     &#13;&#10;               End;  &#13;&#10;&#13;&#10;       If CHK1.Checked Then Begin&#13;&#10;               lQtdZero := false;                                                              &#13;&#10;               End;                                  &#13;&#10;         &#13;&#10;       CallHbFunc('PopulaDataSet',[cOrder,lQtdZero]);                            &#13;&#10;  &#13;&#10;end;&#13;&#10;&#13;&#10;procedure Button2OnClick(Sender: TfrxComponent);&#13;&#10;begin&#13;&#10;&#13;&#10;       GroupHeader1.Visible := true;                                        &#13;&#10;       GroupFooter1.Visible := true;                                                   &#13;&#10;  &#13;&#10;       If RB6.Checked Then Begin&#13;&#10;               GroupHeader1.Visible := false;                                        &#13;&#10;               GroupFooter1.Visible := false;&#13;&#10;               cOrder := '';                                                     &#13;&#10;               End;                         &#13;&#10;       &#13;&#10;       If RB7.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Grupo&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Grupo&#34;]';&#13;&#10;               cOrder := 'grupo, ';                                                                     &#13;&#10;               End;  &#13;&#10;         &#13;&#10;       If RB8.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_SubGrupo&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_SubGrupo&#34;]';&#13;&#10;               cOrder := 'subgrupo, ';                                                                     &#13;&#10;               End;  &#13;&#10;  &#13;&#10;       If RB9.Checked Then Begin&#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Controle&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Controle&#34;]';&#13;&#10;               cOrder := 'controle, ';                                                                     &#13;&#10;               End;  &#13;&#10;  &#13;&#10;       If RB10.Checked Then Begin                                           &#13;&#10;               GroupHeader1.Condition := 'Produtos.&#34;Nome_Fornecedor&#34;';&#13;&#10;               TituloGrupo.Text := '[Produtos.&#34;Nome_Fornecedor&#34;]';&#13;&#10;               cOrder := 'fornecedor, ';                                                                     &#13;&#10;               End;  &#13;&#10;&#13;&#10;       If RB11.Checked Then Begin&#13;&#10;               ProdutosPreco_Venda.text := '[&#60;Produtos.&#34;Valor_Custo&#34;&#62;]';&#13;&#10;               Memo12.Text := '[&#60;Produtos.&#34;Total_Custo&#34;&#62;]';                                    &#13;&#10;               If RB14.Checked Then cOrder := cOrder + 'pd_nome ';                                                            &#13;&#10;               If RB15.Checked Then cOrder := cOrder + 'pd_codigo ';&#13;&#10;               If RB16.Checked Then cOrder := cOrder + 'valor_custo ';               &#13;&#10;               If RB17.Checked Then cOrder := cOrder + 'total_custo ';               &#13;&#10;               If RB18.Checked Then cOrder := cOrder + 'quantidade ';&#13;&#10;               End;&#13;&#10;&#13;&#10;       If RB12.Checked Then Begin&#13;&#10;               ProdutosPreco_Venda.text := '[&#60;Produtos.&#34;Custo_Final&#34;&#62;]';                                         &#13;&#10;               Memo12.Text := '[&#60;Produtos.&#34;Total_Custo_Final&#34;&#62;]';           &#13;&#10;               If RB14.Checked Then cOrder := cOrder + 'pd_nome ';&#13;&#10;               If RB15.Checked Then cOrder := cOrder + 'pd_codigo ';&#13;&#10;               If RB16.Checked Then cOrder := cOrder + 'custo_final ';               &#13;&#10;               If RB17.Checked Then cOrder := cOrder + 'total_custo_final ';               &#13;&#10;               If RB18.Checked Then cOrder := cOrder + 'quantidade ';&#13;&#10;               End;&#13;&#10;&#13;&#10;       If RB13.Checked Then Begin&#13;&#10;               ProdutosPreco_Venda.text := '[&#60;Produtos.&#34;Preco_Venda&#34;&#62;]';                                         &#13;&#10;               Memo12.Text := '[&#60;Produtos.&#34;Total_Preco_Venda&#34;&#62;]';           &#13;&#10;               If RB14.Checked Then cOrder := cOrder + 'pd_nome ';&#13;&#10;               If RB15.Checked Then cOrder := cOrder + 'pd_codigo ';&#13;&#10;               If RB16.Checked Then cOrder := cOrder + 'valor_venda ';               &#13;&#10;               If RB17.Checked Then cOrder := cOrder + 'total_preco_venda ';               &#13;&#10;               If RB18.Checked Then cOrder := cOrder + 'quantidade ';&#13;&#10;               End;&#13;&#10;&#13;&#10;       If RB19.Checked Then cOrder := cOrder + 'ASC ';&#13;&#10;       If RB20.Checked Then cOrder := cOrder + 'DESC ';&#13;&#10;&#13;&#10;       If CHK2.Checked Then Begin&#13;&#10;               lQtdZero := false;&#13;&#10;               End;&#13;&#10;&#13;&#10;       CallHbFunc('PopulaDataSet',[cOrder,lQtdZero]);&#13;&#10;  &#13;&#10;end;&#13;&#10;  &#13;&#10;begin&#13;&#10;       picture1.FileLink := trim(&#60;Logo&#62;);&#13;&#10;&#13;&#10;       If Grupo.Visible = false Then Begin&#13;&#10;&#13;&#10;               If Completo.Visible = false Then Begin                                                        &#13;&#10;                      GroupHeader1.Visible := false;                                        &#13;&#10;                      GroupFooter1.Visible := false;           &#13;&#10;                      CallHbFunc('PopulaDataSet',[cOrder,lQtdZero]);&#13;&#10;                      End;                                &#13;&#10;               End;&#13;&#10;&#13;&#10;end." ShowProgress="False" StoreInDFM="False" PropData="044C656674025803546F70026808446174617365747301010C2600000020446174615365743D226F444D2E2220446174615365744E616D653D2250726F6475746F73220000095661726961626C657301010C0F000000204E616D653D222056657273616F2200010C20000000204E616D653D2256657273616F5F53697374656D61222056616C75653D22372200010C10000000204E616D653D22205265746F726E6F2200010C1F000000204E616D653D225265746F726E6F222056616C75653D222766616C7365272200010C10000000204E616D653D2220456D70726573612200010C3A000000204E616D653D2252617A616F5F536F6369616C222056616C75653D22274578617461204D616361E9205465636E6F6C6F676961204C746461272200010C2E000000204E616D653D224E6F6D655F46616E7461736961222056616C75653D222745786174612053697374656D6173272200010C22000000204E616D653D224C6F6A61222056616C75653D2227436F6E73656C686569726F272200010C3D000000204E616D653D22456E64657265636F222056616C75653D22275275612045757A6562696F2064652051756569726F7A2C20363030202D204C6F6A61272200010C1F000000204E616D653D224E756D65726F222056616C75653D2227202020363030272200010C22000000204E616D653D22436F6D706C656D656E746F222056616C75653D22274C6F6A61272200010C1F000000204E616D653D2242616972726F222056616C75653D222743656E74726F272200010C1E000000204E616D653D22436964616465222056616C75653D22274D616361E9272200010C17000000204E616D653D225546222056616C75653D2227524A272200010C1F000000204E616D653D22434550222056616C75653D222732373931302D323330272200010C33000000204E616D653D2254656C65666F6E65222056616C75653D22272832322920323736322D3836373920202020202020202020272200010C25000000204E616D653D22466178222056616C75653D2227283232292038383333342D31313120272200010C29000000204E616D653D2243656C756C6172222056616C75653D2227283232292038383333342D31313120272200010C29000000204E616D653D22434E504A222056616C75653D222733362E3537372E3534322F303030312D3739272200010C2A000000204E616D653D22496E73635F457374616475616C222056616C75653D222738342E3636332E303138272200010C29000000204E616D653D22496E73635F4D756E69636970616C222056616C75653D22273030303030303030272200010C2C000000204E616D653D2253697465222056616C75653D22277777772E657861746173697374656D61732E636F6D272200010C2F000000204E616D653D22456D61696C222056616C75653D2227657861746173697374656D617340676C6F626F2E636F6D272200010C17000000204E616D653D224C6F676F222056616C75653D2227272200010C19000000204E616D653D22536C6F67616E222056616C75653D2227272200010C21000000204E616D653D22436F6469676F5F4C6F6A61222056616C75653D2227303031272200010C1E000000204E616D653D225465726D696E616C222056616C75653D2227303031272200010C0F000000204E616D653D2220546974756C6F2200010C1A000000204E616D653D22546974756C6F31222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F32222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F33222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F34222056616C75653D2227272200010C1A000000204E616D653D22546974756C6F35222056616C75653D2227272200010C0E000000204E616D653D22204175746F722200010C2B000000204E616D653D224175746F725F4E6F6D65222056616C75653D222745584154412053697374656D6173272200010C32000000204E616D653D224175746F725F53697465222056616C75653D22277777772E657861746173697374656D61732E636F6D27220000055374796C650100">
  <TfrxDataPage Name="Data" Height="1000" Left="0" Top="0" Width="1000"/>
  <TfrxReportPage Name="Relatorio" Orientation="poLandscape" PaperWidth="297" PaperHeight="210" PaperSize="9" LeftMargin="7" RightMargin="7" TopMargin="7" BottomMargin="7" Columns="1" ColumnWidth="210" ColumnPositions.Text="0" Frame.Width="0,5" PrintOnPreviousPage="True" HGuides.Text="" VGuides.Text="">
    <TfrxPageHeader Name="Band2" Height="146,23624" Left="0" Top="18,89765" Width="1069,60699">
      <TfrxMemoView Name="Memo2" Left="1,66666666" Top="125,43568333" Width="1067,08689" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" Frame.Typ="12" Frame.Width="0,5" ParentFont="False" VAlign="vaCenter" Text=""/>
      <TfrxPictureView Name="Picture1" Left="1" Top="2" Width="102,04724409" Height="94,48818409" ShowHint="False" Center="True" URL="[Site]" HightQuality="True" Transparent="False" TransparentColor="16777215"/>
      <TfrxMemoView Name="Nome_Fantasia" Left="105,82684" Top="1,10235" Width="965,071058" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-15" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="[Nome_Fantasia]"/>
      <TfrxMemoView Name="Emissao" Left="857,03958" Top="100,173284" Width="210,93444667" Height="18,874026" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="EmissÃ£o: [Date] -  [Time]"/>
      <TfrxMemoView Name="Titulo1" Left="105,82684" Top="37,67718" Width="963,78015" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo1]"/>
      <TfrxMemoView Name="Titulo2" Left="105,82684" Top="54,2401825" Width="967,55968" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo2]"/>
      <TfrxMemoView Name="Titulo3" Left="105,82684" Top="70,803185" Width="963,78015" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo3]"/>
      <TfrxMemoView Name="Titulo4" Left="105,82684" Top="87,3661875" Width="963,78015" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo4]"/>
      <TfrxMemoView Name="Memo1" Left="105,16017333" Top="103,26252333" Width="747,99536333" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Titulo5]"/>
      <TfrxMemoView Name="Memo3" Left="105,82684" Top="19,10235" Width="963,78015" Height="18,89765" ShowHint="False" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="RelaÃ§Ã£o de Produtos (ComposiÃ§Ã£o de preÃ§o)"/>
      <TfrxMemoView Name="Memo11" Left="0" Top="124,72449" Width="338,464688" Height="18,8976378" OnAfterData="Memo11OnAfterData" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" ParentFont="False" VAlign="vaCenter" Text="DescriÃ§Ã£o dos Produtos"/>
      <TfrxMemoView Name="Memo14" Left="435,09462" Top="124,72449" Width="60,96073" Height="18,8976377952756" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="CÃ³digo"/>
      <TfrxMemoView Name="Memo15" Left="500" Top="124,72449" Width="83,14966" Height="18,8976377952756" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Custo"/>
      <TfrxMemoView Name="Memo16" Left="587" Top="124,72449" Width="54,102412" Height="18,8976377952756" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="IPI"/>
      <TfrxMemoView Name="Memo17" Left="646" Top="124,72449" Width="64,685096" Height="18,8976377952756" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Desconto"/>
      <TfrxMemoView Name="Memo18" Left="716" Top="124,72449" Width="57,126036" Height="18,8976377952756" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Frete"/>
      <TfrxMemoView Name="Memo19" Left="777" Top="124,72449" Width="57,126036" Height="18,8976378" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Seguro"/>
      <TfrxMemoView Name="Memo20" Left="840" Top="124,72449" Width="57,126036" Height="18,8976377952756" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Juros"/>
      <TfrxMemoView Name="Memo21" Left="902,496042" Top="124,72449" Width="61,661472" Height="18,8976377952756" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="Margem"/>
      <TfrxMemoView Name="Memo22" Left="973,44094" Top="124,72449" Width="96,755968" Height="18,8976377952756" ShowHint="False" Font.Charset="1" Font.Color="128" Font.Height="-13" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" VAlign="vaCenter" Text="R$ Venda"/>
    </TfrxPageHeader>
    <TfrxPageFooter Name="Band3" Height="33,165368" Left="0" Top="464,88219" Width="1069,60699">
      <TfrxMemoView Name="TotalPaginas" Left="1" Top="7,55905999999999" Width="1068,15028" Height="25,606308" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Frame.Typ="4" Frame.Width="0,5" HAlign="haRight" ParentFont="False" Text="Total de registros: [Count(Band4)]&#13;&#10;PÃ¡gina: [Page] de [TotalPages]"/>
      <TfrxMemoView Name="SiteEXATA" Left="-1" Top="7,55905999999999" Width="255,661534" Height="15,11812" ShowHint="False" URL="[Autor_Site]" Font.Charset="1" Font.Color="16711680" Font.Height="-12" Font.Name="Arial" Font.Style="1" ParentFont="False" Text="[Autor_Site]"/>
    </TfrxPageFooter>
    <TfrxMasterData Name="Band4" Height="24,85287533" Left="0" Top="275,90569" Width="1069,60699" Columns="1" ColumnWidth="200" ColumnGap="20" DataSet="oDM." DataSetName="Produtos" RowCount="0" Stretched="True">
      <TfrxMemoView Name="ProdutosPreco_Venda" Left="37,64038333" Top="0" Width="3,77953" Height="12,8503937" ShowHint="False" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-11" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Preco_Venda&#34;]"/>
      <TfrxMemoView Name="Memo12" Left="726" Top="0" Width="12,26778" Height="12,8503937" Visible="False" ShowHint="False" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="-16777208" Font.Height="-9" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Total_Preco_Venda&#34;]"/>
      <TfrxMemoView Name="CorSimcorNao" Left="1,33333334" Top="0" Width="1067,339272" Height="16,6299237" ShowHint="False" StretchMode="smActualHeight" AllowExpressions="False" DataSetName="Customers" Font.Charset="1" Font.Color="0" Font.Height="-11" Font.Name="Arial" Font.Style="0" Highlight.Font.Charset="1" Highlight.Font.Color="-370606080" Highlight.Font.Height="-12" Highlight.Font.Name="Arial" Highlight.Font.Style="0" Highlight.Color="15658734" Highlight.Condition="&#60;Line#&#62; mod 2" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxMemoView Name="Memo5" Left="0" Top="0" Width="423,992208" Height="15,874026" ShowHint="False" DataField="Descricao" DataSet="oDM." DataSetName="Produtos" Font.Charset="1" Font.Color="-16777208" Font.Height="-12" Font.Name="Arial" Font.Style="0" ParentFont="False" Text="[Produtos.&#34;Descricao&#34;]"/>
      <TfrxMemoView Name="Memo6" Left="435,09462" Top="0" Width="60,96073" Height="15,874026" ShowHint="False" DataField="Codigo_Produto" DataSet="oDM." DataSetName="Produtos" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[Produtos.&#34;Codigo_Produto&#34;]"/>
      <TfrxMemoView Name="Memo7" Left="500" Top="0" Width="83,14966" Height="17,385838" ShowHint="False" DataField="Valor_Custo" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" Text="[Produtos.&#34;Valor_Custo&#34;]"/>
      <TfrxMemoView Name="Memo8" Left="587" Top="0" Width="54,102412" Height="17,385838" ShowHint="False" DataField="Per_IPI" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[Produtos.&#34;Per_IPI&#34;]"/>
      <TfrxMemoView Name="Memo9" Left="650" Top="0" Width="64,685096" Height="17,385838" ShowHint="False" DataField="Per_Desconto" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[Produtos.&#34;Per_Desconto&#34;]"/>
      <TfrxMemoView Name="Memo25" Left="715" Top="0" Width="57,126036" Height="17,385838" ShowHint="False" DataField="Per_Frete" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[Produtos.&#34;Per_Frete&#34;]"/>
      <TfrxMemoView Name="Memo26" Left="777" Top="0" Width="57,126036" Height="17,385838" ShowHint="False" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[Produtos.&#34;Per_Seguro&#34;]"/>
      <TfrxMemoView Name="Memo27" Left="840" Top="0" Width="57,126036" Height="17,385838" ShowHint="False" DataField="Per_Juros" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[Produtos.&#34;Per_Juros&#34;]"/>
      <TfrxMemoView Name="Memo28" Left="903" Top="0" Width="61,661472" Height="17,385838" ShowHint="False" DataField="Margem" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[Produtos.&#34;Margem&#34;]"/>
      <TfrxMemoView Name="Memo29" Left="971,44094" Top="0" Width="96,755968" Height="17,385838" ShowHint="False" DataSet="oDM." DataSetName="Produtos" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="0" HAlign="haRight" ParentFont="False" WordWrap="False" Text="[Produtos.&#34;Preco_Venda&#34;]"/>
    </TfrxMasterData>
    <TfrxGroupHeader Name="GroupHeader1" Height="26,45671" Left="0" Top="226,7718" Width="1069,60699" Condition="Produtos.&#34;Nome_Grupo&#34;">
      <TfrxMemoView Name="TituloGrupo" Left="0" Top="4" Width="1068,906186" Height="18,141744" ShowHint="False" Color="14211288" Font.Charset="1" Font.Color="128" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text="[Produtos.&#34;Nome_Grupo&#34;]"/>
    </TfrxGroupHeader>
    <TfrxGroupFooter Name="GroupFooter1" Height="26,45145333" Left="0" Top="325,03958" Width="1069,60699">
      <TfrxSysMemoView Name="SysMemo1" Left="954,88775666" Top="2" Width="114,71923334" Height="20,4094537" Visible="False" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="4" Frame.Width="0,5" HAlign="haRight" ParentFont="False" VAlign="vaCenter" WordWrap="False" Text="[SUM(&#60;Produtos.&#34;Preco_Venda&#34;&#62;,Band4)]"/>
      <TfrxSysMemoView Name="SysMemo2" Left="916,60420666" Top="2" Width="38,95021667" Height="20,4094537" Visible="False" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Typ="4" Frame.Width="0,5" HAlign="haRight" ParentFont="False" VAlign="vaCenter" WordWrap="False" Text="Total:"/>
    </TfrxGroupFooter>
    <TfrxMemoView Name="Atencao" Left="289,17996333" Top="576,28478667" Width="730,15491667" Height="220,89765" Visible="False" ShowHint="False" Font.Charset="1" Font.Color="255" Font.Height="-17" Font.Name="Arial" Font.Style="1" HAlign="haBlock" ParentFont="False" Text="ATENÃ‡ÃƒO:&#13;&#10;&#13;&#10;Procedimentos para utilizaÃ§Ã£o do RelatÃ³rio padrÃ£o de produtos.&#13;&#10;Se precisar definir Grupos, valores, etc ative uma das dialogs&#13;&#10;Os Titulos de 1 a 5 vem so sistema, utilize a primeira linha depois do nome da empresa para identificar o relatorio&#13;&#10;Sempre atualizar o Nome do relatÃ³rio em RelatÃ³rio/opcÃµes/DescricÃ£o&#13;&#10;De preferÃªncia  sempre salve com a extensÃ£o do mÃ³dulo especÃ­fico, exclua esse texto e atualize a data da alteraÃ§Ã£o ."/>
    <TfrxMemoView Name="Atualizado" Left="844,50154666" Top="549,76122466" Width="228,48825" Height="18,89765" Visible="False" ShowHint="False" Font.Charset="1" Font.Color="255" Font.Height="-17" Font.Name="Arial" Font.Style="1" HAlign="haRight" ParentFont="False" Text="Atualilzado em: 01/09/2011"/>
    <TfrxFooter Name="Footer1" Height="29,51706037" Left="0" Top="374,17347" Width="1069,60699">
      <TfrxMemoView Name="Memo13" Left="0" Top="3,22046999999998" Width="1068,906186" Height="20,8503937" Visible="False" ShowHint="False" Color="15000804" Font.Charset="1" Font.Color="128" Font.Height="-12" Font.Name="Arial" Font.Style="0" ParentFont="False" WordWrap="False" VAlign="vaCenter" Text=""/>
      <TfrxSysMemoView Name="SysMemo4" Left="881,27087333" Top="4,22046999999998" Width="74,28355" Height="20,4094537" Visible="False" ShowHint="False" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Style="fsDouble" Frame.Typ="4" HAlign="haRight" ParentFont="False" VAlign="vaCenter" WordWrap="False" Text="Total Geral:"/>
      <TfrxSysMemoView Name="SysMemo3" Left="954,88775666" Top="4,22046999999998" Width="114,71923334" Height="20,4094537" Visible="False" ShowHint="False" DisplayFormat.FormatStr="%2.2n" DisplayFormat.Kind="fkNumeric" Font.Charset="1" Font.Color="0" Font.Height="-12" Font.Name="Arial" Font.Style="1" Frame.Style="fsDouble" Frame.Typ="4" HAlign="haRight" ParentFont="False" VAlign="vaCenter" WordWrap="False" Text="[SUM(&#60;Produtos.&#34;Preco_Venda&#34;&#62;,Band4)]"/>
    </TfrxFooter>
  </TfrxReportPage>
  <TfrxDialogPage Name="Grupo" Font.Charset="1" Font.Color="-16777208" Font.Height="-17" Font.Name="Arial" Font.Style="0" BorderStyle="bsDialog" Caption="Escolha as opções desejadas" Height="244" ClientHeight="205" Left="442" Top="225" Width="295" ClientWidth="279">
    <TfrxGroupBoxControl Name="GRP1" Left="4" Top="4" Width="269" Height="120" ShowHint="True" Caption="Agrupamento" Color="-16777201">
      <TfrxRadioButtonControl Name="RB2" Left="24" Top="56" Width="113" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Grupo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB3" Left="24" Top="80" Width="113" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="SubGrupo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB5" Left="144" Top="80" Width="113" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Fornecedor" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB1" Left="24" Top="32" Width="157" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Sem Agrupamento" Checked="True" Color="-16777201" OnClick="RadioButton1OnClick"/>
      <TfrxRadioButtonControl Name="RB4" Left="144" Top="56" Width="113" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-16" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Controle" TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxButtonControl Name="Button1" Left="198" Top="172" Width="75" Height="25" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Selecionar" ModalResult="1" OnClick="Button1OnClick"/>
    <TfrxGroupBoxControl Name="GRP2" Left="4" Top="128" Width="269" Height="37" ShowHint="True" Color="-16777201">
      <TfrxCheckBoxControl Name="CHK1" Left="12" Top="12" Width="249" Height="18" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Imprimir Produtos com quantidade zero" Checked="True" State="cbChecked" Color="-16777201"/>
    </TfrxGroupBoxControl>
  </TfrxDialogPage>
  <TfrxDialogPage Name="Completo" Font.Charset="1" Font.Color="-16777208" Font.Height="-17" Font.Name="Arial" Font.Style="0" Visible="False" BorderStyle="bsDialog" Caption="Escolha as opções desejadas" Height="408" ClientHeight="369" Left="463" Top="190" Width="352" ClientWidth="336">
    <TfrxGroupBoxControl Name="GRP6" Left="4" Top="140" Width="325" Height="140" ShowHint="True" Caption="Ordenação" Color="-16777201">
      <TfrxRadioButtonControl Name="RB16" Left="20" Top="87,25" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Valor Unitário" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB18" Left="20" Top="67,5" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Quantidade" TabStop="False" Color="-16777201"/>
      <TfrxGroupBoxControl Name="GRP7" Left="180" Top="40" Width="127" Height="69" ShowHint="True" Color="-16777201">
        <TfrxRadioButtonControl Name="RB19" Left="20" Top="16" Width="92" Height="12" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Crescente" Checked="True" Color="-16777201"/>
        <TfrxRadioButtonControl Name="RB20" Left="20" Top="40" Width="96" Height="12" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Decrescente" TabStop="False" Color="-16777201"/>
      </TfrxGroupBoxControl>
      <TfrxRadioButtonControl Name="RB14" Left="20" Top="28" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Alfabética" Checked="True" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB15" Left="20" Top="47,75" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Código" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB17" Left="20" Top="107" Width="133" Height="17" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Valor Total" TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxButtonControl Name="Button2" Left="253" Top="339" Width="75" Height="25" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Selecionar" ModalResult="1" OnClick="Button2OnClick"/>
    <TfrxGroupBoxControl Name="GRP5" Left="180" Top="4" Width="149" Height="129" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Coluna com o Valor" Color="-16777201">
      <TfrxRadioButtonControl Name="RB11" Left="20" Top="40" Width="113" Height="17" ShowHint="True" Caption="Preço de Custo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB12" Left="20" Top="64" Width="101" Height="17" ShowHint="True" Caption="Custo Final" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB13" Left="20" Top="88" Width="113" Height="17" ShowHint="True" Caption="Preço de Venda" Checked="True" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxGroupBoxControl Name="GRP4" Left="4" Top="4" Width="169" Height="129" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Agrupamento" Color="-16777201">
      <TfrxRadioButtonControl Name="RB6" Left="20" Top="24" Width="133" Height="17" ShowHint="True" Caption="Sem Agrupamento" Checked="True" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB7" Left="20" Top="44" Width="133" Height="17" ShowHint="True" Caption="Grupo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB8" Left="20" Top="64" Width="133" Height="17" ShowHint="True" Caption="SubGrupo" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB9" Left="20" Top="84" Width="133" Height="17" ShowHint="True" Caption="Controle" TabStop="False" Color="-16777201"/>
      <TfrxRadioButtonControl Name="RB10" Left="20" Top="104" Width="133" Height="17" ShowHint="True" Caption="Fornecedor" TabStop="False" Color="-16777201"/>
    </TfrxGroupBoxControl>
    <TfrxGroupBoxControl Name="GRP8" Left="4" Top="284" Width="325" Height="49" ShowHint="True" Color="-16777201">
      <TfrxCheckBoxControl Name="CHK2" Left="44" Top="20" Width="249" Height="14" Font.Charset="1" Font.Color="-16777208" Font.Height="-13" Font.Name="Arial" Font.Style="0" ParentFont="False" ShowHint="True" Caption="Imprimir Produtos com quantidade zero" Checked="True" State="cbChecked" Color="-16777201"/>
    </TfrxGroupBoxControl>
  </TfrxDialogPage>
</TfrxReport>
